Class symantec.itools.db.beans.binding.OutputComponentForDS
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class symantec.itools.db.beans.binding.OutputComponentForDS

Object
   |
   +----OutputComponent
           |
           +----symantec.itools.db.beans.binding.OutputComponentForDS

public class OutputComponentForDS
extends OutputComponent

Constructor Index

 o symantec.itools.db.beans.binding.OutputComponentForDS(Object)

Method Index

 o getPrintOut(int, int)
Returns data from one cell.
 o setGetMethods(String[])
Parses the name of the getting method given by the user and calls findmethod.
 o setPrintOut(Object, int, int)
Updates one cell of the output component.
 o setSetMethods(String[])
Parses the name of the setting method given by the user and calls findmethod.

Constructors

 o OutputComponentForDS
public OutputComponentForDS(Object component)

Methods

 o getPrintOut
public java.lang.Object getPrintOut(int Row,
                                    int Col)
Returns data from one cell.

Overrides:
getPrintOut in class OutputComponent
 o setGetMethods
public boolean setGetMethods(String[] methods)
Parses the name of the getting method given by the user and calls findmethod.

Overrides:
setGetMethods in class OutputComponent
 o setPrintOut
public void setPrintOut(Object Value,
                        int Row,
                        int Col)
Updates one cell of the output component.

Overrides:
setPrintOut in class OutputComponent
 o setSetMethods
public boolean setSetMethods(String[] methods)
Parses the name of the setting method given by the user and calls findmethod.

Overrides:
setSetMethods in class OutputComponent

All Packages  Class Hierarchy  This Package  Previous  Next  Index